home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / noweb / src / c / columns.h < prev    next >
C/C++ Source or Header  |  1995-02-24  |  345b  |  7 lines

  1. extern int tabsize;
  2. extern int columnwidth (char *s);      /* number of columns string occupies */
  3. extern int limitcolumn (char *s, int startcolumn);
  4.                                 /* width of startcolumn blanks plus s */
  5. extern void indent_for (int width, FILE *fp);
  6.                                 /* indent to width; next char -> width+1 */
  7.